GitFichas
Fichas
Blog
Sobre
Livro
🇺🇸
#052 git mv origem destino
#051 git commit --allow-empty
#050 git pull remote branch
#049 git merge origem destino
#048 git branch -M nome
#047 git clone -b nome
#046 git stash apply stash@{2}
#045 git stash drop stash@{2}
#044 git stash pop
#043 git stash list
#042 git stash -m “alterações”
#041 git stash push
#040 O que é stash?
#039 git commit -C ORIG_HEAD
#038 git reset HEAD^ --soft
#037 git reset HEAD^
#036 git reset HEAD~3
#035 git switch -c nome
#034 git switch nome
#033 git clone url nome
#032 git restore nome
#031 git commit --amend
#030 O que é um conflito?
#029 git restore --staged nome
#028 git rebase --onto origem anterior branch
#027 git rebase origem destino
#026 git branch -D nome
#025 git branch -d nome
#024 git push remote branch
#023 git push --set-upstream remote branch
#022 git remote rename atual novo
#021 git remote add nome url
#020 git remote -v
#019 O que é um remote?
#018 git clone url
#017 O que é um clone?
#016 O que é um fork?
#015 O que é um diff?
#014 git checkout -b nome
#013 O que é o HEAD
#012 git diff
#011 git checkout nome
#010 o que é pull request?
#009 git branch nome
#008 git add -p
#007 git log
#006 git status
#005 o que é staging?
#004 git show 09c6d68
#003 git commit -m “alterações”
#002 git add arquivo.txt
#001 git init