Hi guys! I have been finding it difficult using git to push to github, but today i have been able to link both... I need help pushing my files to github with git
For further actions, you may consider blocking this person and/or reporting abuse
Hi guys! I have been finding it difficult using git to push to github, but today i have been able to link both... I need help pushing my files to github with git
For further actions, you may consider blocking this person and/or reporting abuse
Calvince Moth -
Bob Cars(on) -
Rachel Duncan -
Mike Young -
Top comments (1)
First you'll need to stage your files, which means you select the files you want to upload. If you want to select all, use this:
The you'll need to make a commit to describe what you've changed:
Then finally you can upload everything to GitHub: