Skip to content
forked from DD9/practice

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

Notifications You must be signed in to change notification settings

todditron/practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

I am a change made to the fork!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.2%
  • CSS 8.8%