Skip to content

maverick-7487/MySamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To create a new branch

git checkout -b dev

To switch to another branch

git checkout -b dev

To sync with a remote repository

<remote_name>=origin <remote_HTTPS_URL>=https://github.com/maverick-7487/MySamples.git git remote add origin <remote_HTTPS_URL>

To see remotes git remote -v

To sync a branch with a remote branch git branch --set-upstream-to=origin/master master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages