Update gitea_client_uploader_comands.sh
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
git init
|
git init
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "first commit"
|
git commit -m "first commit"
|
||||||
@@ -78,3 +77,7 @@ git push --force-with-lease origin main # force update the GitEa's Repositories
|
|||||||
|
|
||||||
# tracked by git ( log the files stored in the local git )
|
# tracked by git ( log the files stored in the local git )
|
||||||
git ls-files
|
git ls-files
|
||||||
|
|
||||||
|
#Delete last commit from Gitea branch:
|
||||||
|
git reset --hard HEAD~1 # undo the git changes
|
||||||
|
git push --force-with-lease origin main # update he git to GitEa backend
|
||||||
|
|||||||
Reference in New Issue
Block a user