blob: 3510ddd9c815118cd594f94cb17f722f7d05f0ed (
plain) (
blame)
1
2
3
4
5
6
7
|
1. Make sure that you ignore .gitignore files
2. Make changes to code and save
3. Navigate to Git Changes and if it is not there then right click file which you made changes to and go to git option and press commit or stash
4. Write in textbox what you changed
5. Press commit all or select individual files and then press commit staged
6. There should be 1 outgoing / 0 incoming under the main dropbox in Git Changes
7. If so then press push on the right of the main dropbox and it should push the code onto Github and the local respository should be the same as the github reposititory
|