|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||
2015年09月25日(金) 旧暦 [n年日記] [更新:"2015/09/25 00:10:36"]#1 [gitlab] gitlab に初めて push する時![]() The very first push to gitlab gitlab に初めて push する時、 どうするか (が今思い出せない) (止むを得ないので) で操作した。 そうしたら、次のようなことが書いてある@ Command line instructions:
Git global setup
git config --global user.name "makoto" git config --global user.email "makoto@example.com"Create a new repository mkdir Manuals cd Manuals git init touch README.md git add README.md git commit -m "first commit" git remote add origin gitlab@gitlab.p.example.com:makoto/Manuals.git git push -u origin masterPush an existing Git repository cd existing_git_repo git remote add origin gitlab@gitlab.p.example.com:makoto/Manuals.git git push -u origin master ( つっこみ )
|
最近の日記 2025年02月13日 ・dvipdfmx ICC profile format spec. version 4.3.0 2025年01月29日 ・ham/wsjtx 2025年01月27日 ・wip/wsjtx 5.4.2 2025年01月25日 ・ham/wsjtx 2025年01月15日 ・今更 advent calendar | ||