Overleaf
Jump to navigation
Jump to search
This page is definitely just a sandbox at the moment.
Using Overleaf and git
- Reference: "How do I connect..." from Overleaf
- Decide where files are going to live locally
- Run git cmd and cd to parent folder of new folder
- Get "Clone with Git" link from Overleaf project menu
- Use
git clone URL NEWFOLDERNAME
Regular activities
- When updating files locally:
- Run git cmd and cd to folder
- git pull
- After local updates
- git add *
- git commit -m "message"
- git push