Skip to content

dahlbyk-demo/cvineta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Open Source 101: Git Involved with GitHub

Git is awesome!

Git 101

  • git clone <url> = copy repository from url
  • git checkout -b <new-branch-name> = new branch
  • git add -A = Mark everything for commit
  • git commit
  • git pull --rebase upstream master
  • git push origin <branch-name>

About

Demo Repo for May CVINETA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published