-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFAQ.md
More file actions
19 lines (19 loc) · 679 Bytes
/
FAQ.md
File metadata and controls
19 lines (19 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FAQ
$ cd TermuxArch
$ git pull
remote: Counting objects: 33, done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 33 (delta 9), reused 32 (delta 8), pack-reused 0
Unpacking objects: 100% (33/33), done.
From https://github.com/sdrausty/TermuxArch
+ 6303939...1c3a926 master -> origin/master (forced update)
fatal: refusing to merge unrelated histories
$ cd ..
$ mv TermuxArch/ TermuxArc
$ git clone https://github.com/sdrausty/TermuxArch
Cloning into 'TermuxArch'...
remote: Counting objects: 77, done.
remote: Compressing objects: 100% (46/46), done.
remote: Total 77 (delta 38), reused 53 (delta 22), pack-reused 7
Unpacking objects: 100% (77/77), done.
$