git config --global user.name "John Doe"
git config --global user.email [email protected]
git config --global user.name "John Doe"
git config --global user.email [email protected]
# The hostname of your remote server.
[email protected]
# Create this folder if it does not exist: ~/.ssh
mkdir ~/.ssh
# Set the correct permissions (required)
[user] | |
name = Baygeldi Cholukov | |
email = [email protected] | |
[alias] | |
a = add | |
al = add . | |
############# | |
b = branch | |
ba = branch --all | |
bd = branch -d |
set nocompatible " be iMproved, required | |
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
"call vundle#begin('~/some/path/here') | |
" let Vundle manage Vundle, required |