Guest User

Untitled

a guest
Nov 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. 【ユーザー情報確認】
  2. sudo git config --local --list
  3. 【リモート登録】
  4. bitbucketの場合既にプロジェクトがあります。からリモートリポジトリを確認。
  5. 【追加】
  6. 全て追加
  7. git add -A
  8. 【コミット】
  9. git commit -m "first commit"
  10. 【プッシュ】
  11. git push -u origin master
Add Comment
Please, Sign In to add comment