0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

command lineの自分用メモ

Last updated at Posted at 2015-05-04

ターミナル上でのgithubの使い方(投稿、編集)

git init

フォルダ内に.gitを作る(git内で弄れる権限)

hub create

リポジトリを作る(ただしgithubにないファイル上からhub createすると全部作ってくれる)

git add

git上に送るファイルを指定する

git commit -m 'pushするコードの内容'

コミットはこまめに!!

git push

git push --set-upstream origin master

vim

i

Insert mode

/hogehoge

search hogehoge

ブランチファイルの作り方、移動、編集

確認

コマンドの意味検索 control + h
dockerはvaglantの上位互換で、敷居が高いのでパス
vagrantを使って、VirtualBoxを起動させ、centosのsshサーバーにつないで、centosを使う
zsh bash?の上位互換 役割は、ソースコードをCPUが読み込める

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?