Skip to content

Frostbite22/formation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formation

How to contribute to this repository

Add remote upstream
git remote add upstream https://github.com/jawherr/formation.git
1-Pull changes from the original repository
git pull
2-Make a new branch and checkout to that branch
git checkout -b newBranch
3-Make your changes
git add .
git commit -m "message"
git push --set-upstream origin newBranch
4-Update your local repository
git fetch upstream
5-Merge changes made in the original repo to your main local branch
git merge upstream/main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages