File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed
.ipython/profile_default/startup Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ git--verssion
2
+ git--version
3
+ git --verion
4
+ git --version
5
+ ls
6
+ clear
7
+ pwd
8
+ git config --global user.name " [Ambuj Mahato]"
9
+ git config --global user.email" [ambujmahato97322@gmail.com]"
10
+ git config --globall color.ui auto
11
+ git config --global user.email" ambujmahato97322@gmail.com"
12
+ git config --list
13
+ git confiig --user.email" ambujmahato97322@gmail.com"
14
+ git config --global user.email" ambujmahato97322@gmail.com"
15
+ git config --list
16
+ git --list
17
+ --lst
18
+ git --lst
19
+ git config --global user.name " Ambuj Mahato"
20
+ git config --global user.email " ambujmahato97322@gmail.com"
21
+ git config --list --global
Original file line number Diff line number Diff line change
1
+ [user ]
2
+ name = Ambuj Mahato
3
+ email = ambujmahato97322@gmail.com
4
+ [filter "lfs "]
5
+ clean = git-lfs clean -- %f
6
+ smudge = git-lfs smudge -- %f
7
+ process = git-lfs filter-process
8
+ required = true
Original file line number Diff line number Diff line change
1
+ This is the IPython startup directory
2
+
3
+ .py and .ipy files in this directory will be run *prior* to any code or files specified
4
+ via the exec_lines or exec_files configurables whenever you load this profile.
5
+
6
+ Files will be run in lexicographical order, so you can control the execution order of files
7
+ with a prefix, e.g.::
8
+
9
+ 00-first.py
10
+ 50-middle.py
11
+ 99-last.ipy
You can’t perform that action at this time.
0 commit comments