Skip to content

Commit 98e6b14

Browse files
authored
commands formatted.
1 parent e182c12 commit 98e6b14

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

git/git-github-learn.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ git config --global --get user.email
2020
How to contribute open source / How To Pull Request
2121

2222
```
23-
git clone git@github.com:mir-owahed/git-github-pull-request.git
24-
cd git-github-pull-request/
25-
code .
26-
git branch
27-
242 git log
28-
243 git status
29-
244 git branch git-pr
30-
245 git branch
31-
246 git checkout git-pr
32-
247 git branch
33-
248 git log
23+
git clone git@github.com:mir-owahed/git-github-pull-request.git
24+
cd git-github-pull-request/
25+
code .
26+
git branch
27+
git log
28+
git status
29+
git branch git-pr
30+
git branch
31+
git checkout git-pr
32+
git branch
33+
git log
3434
```
3535
You can update into new branch
3636

0 commit comments

Comments
 (0)