Starting with Git
Jump to:
Project: | Linux software |
Component: | Code |
Category: | feature request |
Priority: | normal |
Assigned: | Unassigned |
Status: | closed |
Related pages: | #71: Getting started with Git :-:-: #76: Using git with Vim |
Description
https://help.ubuntu.com/community/Git
http://www.gitcasts.com/
http://www.gitcasts.com/posts/setup-initialization-and-cloning
Comments
#1
wiki.
#2
documented what I found.
#3
Shit. the default text editor with git is nano and I got lost on my first commit.
How to configure it to use vim?
#4
git config --global core.editor "vim"
#5
Automatically closed -- issue fixed for 2 weeks with no activity.