-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGitHubToken.txt
More file actions
53 lines (28 loc) · 1.31 KB
/
GitHubToken.txt
File metadata and controls
53 lines (28 loc) · 1.31 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
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
git remote set-url origin https://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@github.com/muhammadmuneeb007/wd
git push -u origin main
gh repo create testing --public
git init
git add .
git commit -m "Initial commit"
git remote add origin https://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@github.com/muhammadmuneeb007/testing
git remote set-url origin https://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@github.com/muhammadmuneeb007/testing
git push --force origin main
git remote add fork https://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@github.com/muhammadmuneeb007/testing.git
git push fork new-branch
C:\Users\kl\Desktop\The University of Queensland\PRSTools\Github>git push --force origin main
error: src refspec main does not match any
error: failed to push some refs to 'https://github.com/muhammadmuneeb007/testing'
git branch
git add .
git commit -m "Initial commit"
git push -u origin master
git branch -m master main
git push -u origin main
git pull origin main
git add docs
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch docs/_sources/PRSbils.rst.txt docs/PRSbils.html' --prune-empty --tag-name-filter cat -- --all
# Clean up the old references
rm -rf .git/refs/original/
git reflog expire --expire=now --all
git gc --prune=now --aggressive