Skip to content

amacherla/HyderabadCDTraining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

This is mY first repository

I am new to Git

Steps:

1. Create an Empty folder
2. Type following git command  git init
3. create a Readme.md file
4. Add some cool stuff in the file
5. Type the following command to stage the file for commit
	`git add Readme.md`
6. commmit the changes to the local repo
	`git commit -m "meaningful message" `
7. Push to remote repo 
	`git push https://github.com/amacherla/HyderabadCDTraining.git`
	in case of error:
	`git push --set-upstream https://github.com/amacherla/HyderabadCDTraining.git master`

About

HyderabadCDTraining 20 Sep 2016 to 22 sep 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors