LoginSignup
0
0

More than 3 years have passed since last update.

GITbashでの方法

Posted at

GIT bashでの方法

git config --global user.name ID
git config --global user.email jtths474@gmail.com

PASS sg*****

保存済みのファイルを開いているvimから抜ける場合
:q
ファイルを保存しないでvimを抜ける場合
:q!
ファイルを保存してからvimを抜ける場合
:wq

最初
shimizu@kazuki MINGW64 ~
$ git config --global user.name ID

shimizu@kazuki MINGW64 ~
$ git config --global user.email mail

①ディレクトリに移動
② git init ローカルレポジトリ
③git add .ワーキングディレクトリ
④コミット
⑤git commit
git branch⑥
⑦ cd testrep21day 移動
⑧git add .
⑨$ git commit
⑩git push origin

参考ページ
https://qiita.com/manabu-watanabe/items/ecf1b434baf305adaa00

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0