git log --pretty=oneline
Use git reflog to find the SHA1 of commit of the branch. From that point, you can recreate a branch...
git commit --allow-empty
git clone -b mybranch --single-branch http://repo.com/repo.git
space next log entries q exit
git add -A stages All git add . stages new and modified, without deleted git add -u stages modified and deleted...
git branch -d the_local_branch delete a local branch git push origin --delete the_remote_branch [remove_the_local...
Best results in other decks
O Assembla lista todas mensagens de commits na descrição do ticket. Fazer muitos commits em um ticket dificulta para quem...
Abrir Settings > Version Control > Issue Navigation > Add Em Issue ID, preencher #(\d+) Em Issue Link, preencher com o link direto...