Skip to content

jcccf/ReciprocityPaper

Repository files navigation

How to use Git

Setup

git clone git@github.com:jcccf/ReciprocityPaper.git

Workflow

git pull origin master
<<Do some editing of rec.tex>>
git add rec.tex
git commit -m "Changed something"
git push origin master

Fixing merge conflicts

  • Open the offending file and look for parts where conflicts are indicated.
  • Fix the conflicts manually.
  • Add the conflicted file back using "git add ..."
  • Commit again using "git commit ..."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages