You must log in or # to comment.
mv .git .git_old7
git init
git add .
git commit -m “almost working”
Neither remove untracked files sadly.
alias mybad=‘git add -u && git commit --amend --no-edit && git push --force-with-lease’
😂😂😂
And lose my untracked changes?
git stash


