forked from OCclassprojects/gitactivity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bash_history
More file actions
70 lines (63 loc) · 1.01 KB
/
.bash_history
File metadata and controls
70 lines (63 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
git --version
git config
git config --global user.name "DeanDM14"
git config --global user.email "deandmacphail14@gmail.com"
cd deand
cd user/deand
cd documents
cd #documents
ls
cd..
cd ..
cd deand
mkdir Web Developer
mkdir "Web Developer"
mkdir Project1
cd web-developer
cd Web-Developer
cd "Web Developer
ls
cd web-developer
cd web-developer
$
$ cd "Web Developer"
cd deand
pwd
git
cd user/deand
help
deand@Dean-D-Macphail MINGW64 ~
pdw
pwd
ssh-keygen -t rsa -b 4096 -C"deandmacphail14@gmail.com"
pbcopy < ~/.ssh/id_rsa.pub
pbcopy < ~/.ssh/id_rsa.pub
cat < ~/.ssh/id_rsa.pub
cd ..
cd web
cd deand
cd web
git clone https://github.com/DeanDM14/fixme.git
ls
cd fi
cd fixme
ls
git branch wwbranch
git checkout wwbranch
touch README.md
ls
git status
git add README.md
git status
git commit -m "added README.md"
git push origin wwbranch
cd fixme
git log
git reflog
git blame master
cd master
git checkout master
git blame master
git log --graph --full-history --all --pretty=format:"%h%x09%d%x20%s"
git fetch
git rebase -i master