Skip to content

sukar/My-Git-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global setup:
 [Set up git](http://help.github.com/set-up-git-redirect)
  git config --global user.name "Your Name"
  git config --global user.email [email protected]
      
Next steps:
  mkdir My-Git-Config
  cd My-Git-Config
  git init
  [IF WINDOWS]
	copy con README
	^Z (Ctrl+Z)
  [ELSE]
	touch README
  [END]
  git add README
  git commit -m 'first commit'
  git remote add origin [email protected]:sukar/My-Git-Config.git
  git push -u origin master
      
Existing Git Repo?
  cd existing_git_repo
  git remote add origin [email protected]:sukar/My-Git-Config.git
  git push -u origin master
      
Importing a Subversion Repo?
  [Check out the guide](http://help.github.com/import-from-subversion) for step by step instructions.
      
When you're done:
  [Continue](https://github.com/sukar/My-Git-Config)

About

This is my git config with notepad++ and winmerge working

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published