Skip to content

Commit 8b5ffb1

Browse files
committed
"commits"
1 parent 32000e2 commit 8b5ffb1

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

.bash_history

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

.gitconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

0 commit comments

Comments
 (0)