LAB3-34

  • 主页
  • 存档
2015-05-09 lab3-34

Git first commit snippet

Gitプロジェクトの最初のコミット時に使う定型。

1
2
3
4
5
6
7
8
9
$ git init
$ touch .gitignore
$ vi .gitignore
$ git status
$ git add --all
$ git commit -m "first commit"
$ git remote add origin git@github.com:[repository path]
$ git pull origin master
$ git push origin master
etc
Newer
Mac OS X El Capitanのライブ変換を無効にする方法
Older
【Mac】SSH認証用の公開鍵と秘密鍵の生成

LAB3-34

© 2023 lab3-34
Modify from Apollo theme, designed by SANOGRAPHIX.NET
Powered by Hexo