Git Basic - Lightnet/openwizcoder GitHub Wiki

Notes for users.

Some part of the git doesn't work out some time. Some time it you do some thing in order to make things work.

Using GUI Window.
Note some function might not work.

Basic fetch and merge file. It to get the latest update.

Existing Git Repo?
cd existing_git_repo
git remote add origin [email protected]:Lightnet/

Try to checkout:
You need to use bash command to get the files.

If you have check for updates use the this command.
git checkout master

If you made git init then used this command to checkout for new create folder.
git pull [email protected]:Lightnet/openwizcoder.git
-This may over ride the files.

Revision Expression: is your ssh hash commit. You have to check your history commits.