I have use of Git GUI in Ubuntu, and I have change my file in local and commit but my file in Git-hub no change! why ? description for me and description that change update and commit with GUI ?
Asked
Active
Viewed 628 times
1 Answers
0
I think you are missing to push the commit to the remote repository.
I should recommend you to have a proper knowledge of Git before continuing.
One of the millions tutorials you can find on the net is this one which is very good in my opinion.
The documentation of Github will be useful for this case: https://help.github.com/articles/set-up-git/

Gerard Brull
- 235