This project is for writing research proposal during EAP 4-th module.
I added .gitignore file, which (as you can see) ignores all files from output
folder except main.pdf
. I did so to prevent problems with compilation. Also, to check for correctness of updated files.
If you do so, .gitignore
will ignore this file when pushing, which will lead to rejecting a pull request.
- Execute the following command to clone the repo:
git clone https://github.com/almax07082005/ResearchProposal.git
. - Two ways:
- either compile
main.tex
file with your texlive compiler (which you may or may not install); - or move these files to any other external compiler (e.g. Overleaf), work there, then copy changed files to the local repo (do not forget about
main.pdf
).
- either compile
- Make a pull request to commit changes:
- create a new temporary branch and make all necessary commits there;
- create a pull request;
- when pull request will be approved, it will be automatically merged with main branch and your temporary branch will be removed.
- Wait until approvance.
I strongly recommend you use Github Desktop because it contains all necessary features to work with branches and pull requests, otherwise you will need to learn branch creation, stashes, and etc.