Posts

Showing posts with the label Local server

Set up GIT server in local

Image
If you want to learn GIT, so you can create GIT server in you local system only!! Just download GIT  Install GIT download Tortoise GIT for command GUI & Install it Create folder say GIT_SERVER in your drive Inside that create server repository by > right click > create repository here..  Select check box "Make it bare" as this is server repository where user can't commit directly Make it Bare  Click on OK it will initialise your repository  Git Clone for local repository, Right click > Git Clone Set GIT_Server full path & give local repository name say "GIT_Client" Now add your work/file inside this local/client repository Now it's time to commit your work and move it to server Right click on GIT_Client repository As first time it will prompt you for set user name, email  Set required Information as per blow Click OK, it will prompt the commit window On success commit it will prompt for push! Push your chang...