Skip to content

DD9/practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

practice

Practice repo for forking, merging, sub modules and sub trees

https://help.github.com/articles/fork-a-repo


git clone [email protected]:DD9/practice.git


cd practice
# Changes the active directory in the prompt to the newly cloned "Spoon-Knife" directory
git remote add upstream https://github.com/DD9/practice.git
# Assigns the original repository to a remote called "upstream"
git fetch upstream
# Pulls in changes not present in your local repository, without modifying your files

About

Practice repo for forking, merging, sub modules and sub trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published