8000 GitHub - diunuge/iNexus-2014: iNexus 2014
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

diunuge/iNexus-2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//get the repository git clone ssh://<user_name>@103.29.60.108:22/home/diunuge/git/redmine/iNexus2014.git

//set username and email git config --global user.name "<user_name>" // --global user.name "diunuge" git config --global user.email "<user_email>" // --global user.email "diunuge.10@cse.mrt.ac.lk"

//add/modify files //create test file //ex: diunuge.txt and put something in it echo 'test diunuge' --> diunuge.txt

git add <file_name> // git add diunuge.txt

git commit -m "<Commit_Description>" // git commit -m "Test Git Connection - Diunuge"

git remote add origin ssh://<user_name>@103.29.60.108:22/home/diunuge/git/redmine/iNexus2014.git // git remote add origin ssh://diunuge@103.29.60.108:22/home/diunuge/git/redmine/iNexus2014.git

git push -u origin master

//get others changes/ syncronize with remote repository git pull

About

iNexus 2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0