Skip to content

Instantly share code, notes, and snippets.

View andreyuhai's full-sized avatar
🏠
Working from home

Burak andreyuhai

🏠
Working from home
View GitHub Profile
@andreyuhai
andreyuhai / git_commit_only_deleted_files
Created June 20, 2020 18:41 — forked from alcidesqueiroz/git_commit_only_deleted_files
Git - Commit only deleted files...
git ls-files --deleted | xargs git rm
git commit
@andreyuhai
andreyuhai / new_ruby_project_procedure.markdown
Created February 13, 2020 16:01
A walkthrough for creating a new Ruby project

New Ruby software project procedure

First, ensure the following tools are available on the local system and reasonably up to date:

  • Git
  • Git-flow
  • RVM
  • Bash
  • SSH