GitHub
1
Connect a folder to a repository in the main
2
Creating a New Git Branch
3
Deleting a Local Git Branch
4
Force GitHub main to overwrite changes
5
force the specific branch to overwrite GitHub main
6
Get authentication
7
Get Stash
8
git branch --set-upstream-to=origin/main main
9
git branch -d branch_name
10
git branch -D branchname
11
git checkout <branch name>
12
git checkout HEAD .
13
git checkout HEAD changes.txt
14
git clone git@github.com:victorystreamlines/dictionary.git Laragon
15
git commit -m
16
Git Create Repository
17
git diff
18
git diff filename
19
git fetch
20
git log
21
git merge branch_name
22
git merge origin/master
23
git push
24
git push origin <your_branch_name>
25
git remote -v
26
git remote -v
27
git remote add origin https://github.com/victorystreamlines/abu-amra.git
28
git remote remove origin
29
git reset --hard <branch_name>
30
git reset --hard main
31
git reset --soft HEAD~1
32
git reset commit_SHA
33
git reset HEAD filename
34
git restore --staged path/to/file
35
git restore .
36
git restore filename.txt
37
git show HEAD
38
git show HEAD Hello.txt
39
git stash list
40
git stash pop
41
GitHub version
42
Install GitHub
43
Listing All Local Branches
44
push changes to GitHub
45
Switching to an Existing Branch
46
UnInstall GitHub