This repository is for git practice.

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