Skip to content

Instantly share code, notes, and snippets.

View YogirajA's full-sized avatar
💭
I may be slow to respond.

Yogiraj Aradhye YogirajA

💭
I may be slow to respond.
View GitHub Profile
@YogirajA
YogirajA / UsefulCommands.md
Last active August 29, 2015 14:01
Frequently used Git Instructions

Misc

create-> touch fileName
remove -> rm fileName
See config -> cat ~/.gitconfig

Git Staging

New Files -> git add .

Unstage/Delete -> git add -u

@YogirajA
YogirajA / CSharp git ignore
Created July 18, 2013 20:01
c# git ignore
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
[Oo]bj/
# mstest test results
TestResults
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.