1 parent e182c12 commit 98e6b14Copy full SHA for 98e6b14
1 file changed
git/git-github-learn.md
@@ -20,17 +20,17 @@ git config --global --get user.email
20
How to contribute open source / How To Pull Request
21
22
```
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
+git clone git@github.com:mir-owahed/git-github-pull-request.git
+cd git-github-pull-request/
+code .
+git branch
+git log
+git status
+git branch git-pr
+git checkout git-pr
34
35
You can update into new branch
36
0 commit comments