Git : useful commands¶
git add
git commit -m “Your message”
git push
git status
git log
git branch
git show-branch -a (-a for all)
git log –oneline –graph
git switch
Last update: April 17, 2021
git add
git commit -m “Your message”
git push
git status
git log
git branch
git show-branch -a (-a for all)
git log –oneline –graph
git switch