This repository is for git practice.

@houtin houtin authored on 10 Aug 2018
RinkoResume Link example made more explanatory 6 years ago
houtin_unko テキスト追加 6 years ago
meibo isshin追加 6 years ago
naoto_unko pokemon 6 years ago
otani add yotei.txt 6 years ago
rensyu add in 廣田さん 6 years ago
seiyu add in 水瀬いのり 6 years ago
shh meibo/meibo.txt 6 years ago
yone Fix link 6 years ago
zemi_member make file txt 6 years ago
zemigashuku2018 chang inoue youbi 6 years ago
README.md add in rmdir 6 years ago
freebsd.md add in freebsd.md 6 years ago
index.html add 胡麻 6 years ago
kosenjo.text kosenjokaranigeruna 6 years ago
mituyuki.py python about openfile 6 years ago
sasaki.txt add in 佐々木だよ! 6 years ago
tamesi.md add in tamesi.md 6 years ago
unko.rb changed unko.rb 6 years ago
README.md

Practice

~/.emacs に足せ!

(setq make-backup-files nil)

Are you enjoy git life ? This repository is for git practice.

hogehoge

process push

  • git clone URL

Edit the umko file!

  • git add hoge/hoge.file
  • git commit -m "hogehoge"
  • git push
git push アップロード
git fetch ダウンロード
git merge 2つのブランチを合流
Left align Right align Center align
中央

.gitの削除 find . -type d -name .git で.gitがあるか確認

find . -type d -name .git -print0 | xargs -0 rm -rf で削除でき