This repository is for git practice.

@RYch17 RYch17 authored on 4 Aug 2020
RinkoResume Link example made more explanatory 5 years ago
houtin_unko テキスト追加 5 years ago
meibo insert 挨拶 5 years ago
naoto_unko pokemon 5 years ago
otani add yotei.txt 5 years ago
rensyu add in 廣田さん 5 years ago
seiyu Merge remote-tracking branch 'origin/sasaki2' into kanananana 5 years ago
shh meibo/meibo.txt 5 years ago
unko Add many unkoes 5 years ago
yone Fix link 5 years ago
zemi_member Merge pull request #3 from HiroseLabo./last 5 years ago
zemigashuku2018 add furikaeri 5 years ago
.gitignore Added gitignore for emacs and macOS 5 years ago
README.md Merge remote-tracking branch 'origin/sasaki2' into kanananana 5 years ago
abc abc add 3 years ago
freebsd.md add in freebsd.md 5 years ago
index.html insert 読売 5 years ago
kosenjo.text kosenjokaranigeruna 5 years ago
last.md make last.md 5 years ago
last2.md make last2.md 5 years ago
madoka.txt new write 3 years ago
mituyuki.py python about openfile 5 years ago
sasaki.txt add in 佐々木だよ! 5 years ago
sein.md aaaa 3 years ago
takumi takumi add 3 years ago
tamesi.md add in tamesi.md 5 years ago
toshiki commit 3 years ago
unko.rb super unko man 5 years ago
yamana.txt edit file 3 years ago
yoshino one sentence add 3 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があるか確認 →$ ls -a で見れるドン

find . -type d -name .git -print0 | xargs -0 rm -rf で削除でき →$ rm -rf directory_name で消せるドン