Skip to content

CyberLions-8521/Github-Practice-Activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Github-Practice-Activity

  • Learning fetch / pull
    • Used to update your branch to what is on Github (cloud)
    • git fetch
    • git pull
  • Learning add / commit / push
    • git add --all
    • git commit -m "your commit message here"
    • git push
  • Learning branch / checkout
    • git branch -b branch_name
    • git checkout branch_name

About

Learning fetch / pull

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors