StefanoDUrso commited on
Commit
2e6ed3a
·
1 Parent(s): be9296c

update readme file

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -91,4 +91,12 @@ In your repository, create the .github/workflows/ directory to store your workfl
91
  - actions_onpush.yaml
92
 
93
  in order to push on Github repo we need to type:
94
- git push github_repo
 
 
 
 
 
 
 
 
 
91
  - actions_onpush.yaml
92
 
93
  in order to push on Github repo we need to type:
94
+ git push github_repo
95
+
96
+ It is possible to act as follows:
97
+ - cloning the repo to a new folder
98
+ - performing all operations and everything will be alligned to hugging face; such as:
99
+ -- git add .
100
+ -- git commit -m "do something"
101
+ -- git push
102
+ Please note that the last opearation is no more git push github_repo but just git push, because github is the main reference now