Jayguru,
When I send mail from my personal id it fails to deliver the message. Please find below mail for an update.
Kaushik Da, is it possible to remove my office id from this group and include manoj.ku...@outlook.com
From: Manoj Kumar Nanda [mailto:manoj.ku...@outlook.com]
Sent: Saturday, February 21, 2015 7:46 PM
To: Kumar Nanda, Manoj
Subject: FW: Source Code Repository Setup Complete
From:
manoj.ku...@outlook.com
To: satsang-so...@googlegroups.com
Subject: Source Code Repository Setup Complete
Date: Sat, 21 Feb 2015 19:40:18 -0500
Jayguru All,
jayguru,
just set up a repository(Github). Please find some of helpful commands to work with as mentioned below:
Bibek Bhai, the next step will be to set up the testing environment online. Post that Saroj Bhai could start testing.
Another useful link to learn: http://books.sonatype.com/mvnex-book/reference/public-book.html
// To add a single file to repository
git add README.md
// to add files to repository
git add *
// committing files to repository
git commit -m "first commit"
// Setting up remote repository
git remote add origin
https://github.com/bandepurusottamam/satsang-dev.git
// getting files from remote repository above. Followed by user id and password(bandepurusottamam, Satsang123)
git pull origin master
// Pushing committed files to remote repository
git push -u origin master
Jayguru,
Manoj