Skip to content

velenchan/gitdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

This is taken from the lecture

  • git add hello.txt

  • git commit -m "add hello.txt"

  • git status

  • git log --all --graph --decorate --oneline

  • git branch dog

  • git checkout dog

  • git branch cat

  • git branch -vv

  • git checkout cat

  • git checkout master

  • git merge cat -m "merge cat functionality"

  • git merge dog -m "merge dog functionality"

  • git diff SHA1 animal.py

  • git clone --shallow

  • git add -p

  • git blame

  • git stash

  • git bisect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages