Home > RSSReader

RSSReader

RSSReader is a project mainly written in OBJECTIVE-C and C, it's free.

RSS Reader

  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