glitz-dev commited on
Commit
5aadfc1
·
1 Parent(s): 81602ad

REAME updated

Browse files
Files changed (1) hide show
  1. ReadMe.md +5 -0
ReadMe.md CHANGED
@@ -25,3 +25,8 @@
25
  git remote set-url origin https://<YOUR_USERNAME>:<YOUR_TOKEN>@huggingface.co/spaces/<YOUR_USERNAME>/<YOUR_REPO>.git
26
 
27
  To check root folder in Repo -> git rev-parse --show-toplevel
 
 
 
 
 
 
25
  git remote set-url origin https://<YOUR_USERNAME>:<YOUR_TOKEN>@huggingface.co/spaces/<YOUR_USERNAME>/<YOUR_REPO>.git
26
 
27
  To check root folder in Repo -> git rev-parse --show-toplevel
28
+
29
+ git fetch hf # fetch latest commits from remote
30
+ git branch -r # shows local copies of remote branches
31
+ git checkout main # switch to your local main branch
32
+ git merge hf/main # merge fetched remote changes into local main