Skip to content

jayendrapatil/RSSReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

1. Set up git on local http://help.github.com/
2. Open terminal and execute 
	git clone [email protected]:Jayendra/RSSReader.git
		Have exported the svn repository and add gitignore file to ignore local build and xcode project files.
3. Make changes in the Repository
	git add file_name - If adding new files
	git status - To check for the modfication
	git commit -a -m "Commit Message"
	git push origin master
		git remote add origin [email protected]:Jayendra/RSSReader.git - If error is thrown for origin not found
4. To Revert any local changes and get the latest use - git reset --hard HEAD

Releases

No releases published

Packages

No packages published