|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||
2015年09月25日(金) 旧暦 [n年日記] [更新:"2015/09/25 00:10:36"]#1 [gitlab] gitlab に初めて push する時 簡単説明書を gitlab に置いておこうと思った。次に、
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 ( つっこみ )
|
最近の日記 2026年02月28日 ・my first script-fu 2026年01月29日 ・Die Fledermaus at New National theatre 2026/01/29 2025年12月25日 ・pbulk 11.99.3 (emacs30) 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error | ||