Skip to content

dathymax/Draft-Other-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

LEARNING GIT REMOTE

This branch use to learning git remote

Will create 2 remote: origin & release

Run git remote add release "git repository name"

You can named it by other name, not only "release", for example: "product", "uat", "development"

Run git remote -v to see these 2 remote

Run git push origin to push code to origin

Run git push release to push code to release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors