1
cd my-quizzes
2
Force GitHub main to overwrite changes
3
force the specific branch to overwrite GitHub main
4
Get authentication
5
Get Stash
6
git branch -d branch_name
7
git branch -D branchname
8
git checkout <branch name>
9
git checkout HEAD changes.txt
10
git clone git@github.com:victorystreamlines/dictionary.git Laragon
11
git commit -m
12
Git Create Repository
13
git diff
14
git diff filename
15
git fetch
16
git log
17
git merge branch_name
18
git merge origin/master
19
git push
20
git push origin <your_branch_name>
21
git remote -v
22
git remote add origin https://github.com/victorystreamlines/abu-amra.git
23
git reset --hard <branch_name>
24
git reset --hard main
25
git reset --soft HEAD~1
26
git reset commit_SHA
27
git reset HEAD filename
28
git show HEAD
29
git show HEAD Hello.txt
30
git stash list
31
git stash pop
32
GitHub connect a specific branch to the main branch
33
GitHub version
34
Install GitHub
35
push changes to GitHub
36
UnInstall GitHub