Skip to content

pudasainianjan/React-Project-Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

React-Project-Codes (See Branches)

#first clone master branch
#git branch //to see which branch you are in #git branch --list //to see lists of branch
#git branch alpha //create new branch
#git checkout alpha //change branch to alpha branch //we can also create branch and checkout with one command --> git checkout -b myNewBranch
//now add file to master folder
#git add .
#git commit -m "message here"
#git push --set-upstream origin alpha //not just git push because out remote repo dont have alpha branch yet

Releases

No releases published

Packages

No packages published