Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to push to GitHub #4

Open
Polluxium opened this issue May 6, 2015 · 0 comments
Open

How to push to GitHub #4

Polluxium opened this issue May 6, 2015 · 0 comments

Comments

@Polluxium
Copy link
Owner

Download GitHub for your computer (I think this is the right link for you)

Once you have it downloaded and set up (I have a mac so I can't really offer much advice as to the setup), go to your command line. Type "cd" to change your directory until you reach the directory that you setup as the repository. Then type these commands:
git status prints the status of what you currently have selected
git add _(file path/ .)_ adds a file that you named to your commit, or you can put a "." to add everything in that directory
git commit -m “(description)” I really am not quite sure what this does, but you're supposed to type it to add a description of the changes you made. A short, two or three word title basically.
git push origin Pushes your commit to GitHub
git status get the status of your directory, to make sure everything pushed correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant