markdown 混帐

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 混帐相关的知识,希望对你有一定的参考价值。

## Starting in an existing folder & adding online repo
git init

git remote add origin git@gitlab:somascope.com/some-project.git

## After doing some things
git add . (add all changes to next commit)

git commit -m "add xyz" (commit with a message)

## Push local git to online repo
git push  <REMOTENAME> <BRANCHNAME>

git push -u origin master (First time, push local branch master to remote branch master)

git push origin master

以上是关于markdown 混帐的主要内容,如果未能解决你的问题,请参考以下文章

markdown 混帐

markdown 混帐

markdown 混帐

markdown 混帐

markdown 混帐

markdown 混帐