LoginSignup
2
2

More than 5 years have passed since last update.

覚えた使えるGitトリック _Git Grep

Last updated at Posted at 2016-03-15

2016年 初春。
アルコール漬けのチンピラからプログラマに転身した私が覚えたトリックを備忘録兼ねてまとめるTips_ Git編


  • git grep

超使う。プロジェクト内に探したい文字列や、このメソッドどこで使われてんのよって時に大活躍。しかも早い。

git grep hogehoge

で、git管理下からhogehogeと書かれているところを探してくれる。

app/models/hoge.rb
app/controllers/hogehogehoge.rb

こんな感じ。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2