Commit 910f2f5 1 parent d5a2410 commit 910f2f5 Copy full SHA for 910f2f5
File tree 1 file changed +40
-0
lines changed
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " # Git Study\n " ,
8
+ " * git clone\n " ,
9
+ " * git add\n " ,
10
+ " * git commit\n " ,
11
+ " * git push\n " ,
12
+ " * git config\n " ,
13
+ " * git branch\n " ,
14
+ " * git fetch\n " ,
15
+ " * git checkout"
16
+ ]
17
+ }
18
+ ],
19
+ "metadata" : {
20
+ "kernelspec" : {
21
+ "display_name" : " Python 3" ,
22
+ "language" : " python" ,
23
+ "name" : " python3"
24
+ },
25
+ "language_info" : {
26
+ "codemirror_mode" : {
27
+ "name" : " ipython" ,
28
+ "version" : 3
29
+ },
30
+ "file_extension" : " .py" ,
31
+ "mimetype" : " text/x-python" ,
32
+ "name" : " python" ,
33
+ "nbconvert_exporter" : " python" ,
34
+ "pygments_lexer" : " ipython3" ,
35
+ "version" : " 3.7.3"
36
+ }
37
+ },
38
+ "nbformat" : 4 ,
39
+ "nbformat_minor" : 2
40
+ }
You can’t perform that action at this time.
0 commit comments