Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 209 Bytes

File metadata and controls

13 lines (8 loc) · 209 Bytes

How to upload documents to github?

eval "$(ssh-agent -s)" ssh-add ~/.ssh/againTestKey

git push origin main

error non-fast-forward

solution

git pull --rebase origin main git push origin main