Skip to content

xiaohaiguicc/QM_2017_SSS_Team5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QM_2017_SSS_Team5

Build Status codecov

We are team QM5 and we are

  • cici
  • Sahil Gulania
  • Charitha
  • Kee (Team Leader)

Useful codes/notes

Links

Check MolSSI for useful links.

Github workflow

See notes for details. Here are some comments.

  • In first establishment, there is a work flow as: upstream -(fork)-> origin -(git clone)-> local machine.

  • After that, in order to keep everything in sync:

upstream -/-> origin

  • This direction works only for first time when fork.

upstream --> local

  • To check: git remote -v
  • First time: git remote add upstream [HTTP URL], then git fetch upstream
  • Then git reset --hard upstream/origin: This deletes your local and duplicate upstream to your local.

origin --> upstream

  • pull request in web end.

origin --> local

  • First time: git clone [HTTP URL]
  • After: use git pull origin/master

local -/-> upstream

  • Only person that has permission can push local to upstream. In addition, this operation is not safe. So consider this way forbidden.

local --> origin:

git add yourfile git commit -m 'comment' git push origin/master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.9%
  • C++ 12.4%
  • Makefile 4.4%
  • Shell 0.3%