Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 17d1d65

Browse files
author
FatherComputer
committed
git push手順
1 parent ba852c8 commit 17d1d65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎git/git_manual‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# git手順書
22
### 変更や新規作成があったファイル
33
`git status`
4+
### 変更内容の比較
5+
`git diff`
46
### 変更や新規作成があって次のコミットに反映させたい場合
57
`git add [ファイル名/ディレクトリ名]`
68
`git add .`
79
### ステージングしたファイルをセーブポイントとして登録
810
`git commit -m "[コミットメッセージ]"`
11+
### リモートリポジトリにローカルリポジトリに変更を反映
12+
`git push origin [リモートbranch名]`

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /