How to init Local project and push it to git server
- Create local project
|
|
- Create a repositories on git server
|
|
- Add remote origin
|
|
- Pull remote master branche and merge it with local master branche.
|
|
- Push local branch to remote
|
|
- Add local project and push it on git server
|
|