You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/fish
|
|
|
|
git --git-dir=bcx fetch --all || git clone --bare https://github.com/Jomshir98/bondage-club-extended.git bcx
|
|
git --git-dir=bcx fetch origin gh-pages:gh-pages
|
|
echo (git --git-dir=bcx log -n 1 gh-pages | head -n 1 | cut -d " " -f 2)
|