Skip to content

Commit

Permalink
add about git delete branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pss-aileen committed Sep 18, 2023
1 parent c162a74 commit 5354b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion dailyreports/20230810.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## What I Did Today

- slcc JavaScript refactoring
- react 少し(インストール方法)

## Today in a Nutshell

Expand Down
4 changes: 3 additions & 1 deletion git/230809_git_delete_branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ git status // 確認
// ファイルに何か変更を加える
git add .
git commit - m "MESSAGE"
git push origin BRANCH_NAME
git push origin BRANCH_NAME
or
git push origin head // branch名省略可能
```

## marge on GitHub
Expand Down

0 comments on commit 5354b4e

Please sign in to comment.