GitFichas
Cards
Blog
About
Book
🇧🇷
#052 git mv source target
#051 git commit --allow-empty
#050 git pull remote branch
#049 git merge source target
#048 git branch -M name
#047 git clone -b name
#046 git stash apply stash@{2}
#045 git stash drop stash@{2}
#044 git stash pop
#043 git stash list
#042 git stash -m “changes”
#041 git stash push
#040 What is 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 name
#034 git switch name
#033 git clone url name
#032 git restore name
#031 git commit --amend
#030 What is a conflict?
#029 git restore --staged name
#028 git rebase --onto source previous branch
#027 git rebase source target
#026 git branch -D name
#025 git branch -d name
#024 git push remote branch
#023 git push --set-upstream remote branch
#022 git remote rename current name
#021 git remote add name url
#020 git remote -v
#019 What is a remote?
#018 git clone url
#017 What is a clone?
#016 What is a fork?
#015 What is a diff?
#014 git checkout -b name
#013 What is HEAD?
#012 git diff
#011 git checkout name
#010 what is a pull request?
#009 git branch name
#008 git add -p
#007 git log
#006 git status
#005 what is staging?
#004 git show 09c6d68
#003 git commit -m “changes”
#002 git add file.txt
#001 git init