Update gitea_client_uploader_comands.sh

This commit is contained in:
2025-11-01 11:18:25 +05:30
parent 9412cb69f6
commit 2c6bb87433

View File

@@ -1,5 +1,4 @@
git init git init
git add -A git add -A
git commit -m "first commit" git commit -m "first commit"
@@ -77,4 +76,8 @@ 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