Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 189 Bytes

File metadata and controls

15 lines (8 loc) · 189 Bytes

Scripts

Git Command to push Scripts

git init

git clone git@github.com:Slipchenko-Group/EFPScripts.git

cd EFPScripts/

git add *

git commit -m "first commit"

git push origin master