ゆるこあプログラミング

新卒社員がプログラミングとたたかう

2013-06-01から1ヶ月間の記事一覧

.vimrcの設定をメモしておく

vim

今のところこんなかんじです set tabstop=4 set number set fileencodings=utf8,iso-2002-jp,cp932,euc-jp set autoindent set shiftwidth=4 set smartindent set cindent "when open the file, show the status. set laststatus=2 set statusline=%F%m%r%h%…

githubでpush時にrejectされてしまうあれ

gitがうまく使いこなせないpushすると次のようなメッセージがくる To https://github.com/0x0core ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/0x0core' hint: Updates were rejected becaus…