GitHub Help

sujitnag
  8 years ago
  3

Git Help
 
open https://git-scm.com/downloads  download git software and install or google search.
or download portable software unzip it.
click pre-install.bat.
open git-gui  :- git\cmd\git-gui.exe -> click
git1
L-click-> create New Repository.
git2
Browse-> L-click  (select dir where you store your source code )
L-click-> create
 
git3
 
select all file (unstage Change)(shift+l-click first to last file)-> commit(menu)->stage to commit
git4
 
write 3 line
ln 1-descriptin
ln 2-blank
ln 3-why commit 
 
L – click commit
 
open https://github.com
Open your account (if no account register new account)
click on New repository
 
git5
 
git6
1. Enter your repository name(exm- myconsol)
2. select public (frre)
3. select create
 git7
 
Now git-gui windows->remote ->add 
Name is repository name with git extention(example myconsol.git )
see the http ( in previous picture red mark) put it in location.
 
 
 git8
click add.
 
 git9click close button
 
remote(menu) ->push
git10
         click push
git11
  enter https://github.com account user name -> L-click ok
git12
 https://github.com you’re account password -> L-click ok.
 git13
reload https://github.com page
 git14
 
Done.
 
Comments
Hammer459 8 years ago

I'm personally more inclined to use command line git but this is a good tutorial.