RocketGit #5: Getting Started with your git Repository

1. Go into your recently cloned repository directory (i.e. test)
 
         cd repositories/test

2.  Create a new file using your favorite editor (i.e. README.txt)

3. Add the file to your git repository.

         git add README.txt

4. Commit your changes:

         git commit

5. Push your changes to your online repository:

         git push origin master

NOTE: For subsequent updates just use the following command: git push

6. Go online to RocketGit and check your newly uploaded file:

        6.1 Login to RocketGit.
        6.2 Go to Repositories.
        6.3 Go to your desired repository (i.e. test)
        6.4 The changes log will be already displayed showing the commit history.
        6.5 Click on the Tree if you would like to see the file.


Comments

Popular posts from this blog

Ant Example: Check if a directory is empty or if specific file exists.

Django (1.2.3) CRUD Using Generic Views

Creating a Custom WebSphere Portal 8 Theme with the Eclipse IDE