Skip to content

gadosanjos/lab-github-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

lab-github-intro

Lab 4

Fetch remote branches

git fetch

List remote branches

git branch -r

Create and check out a local branch that tracks a remote branch

git checkout -b origin/

Push a newly created branch to GitHub

git push -u origin

Switch between branches

git checkout

About

Lab 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •