Skip to content

Instantly share code, notes, and snippets.

View SuvamPrasd's full-sized avatar
🎯
Focusing

suvam prasad SuvamPrasd

🎯
Focusing
  • Kotak Asset Allocation Managers Limited
  • India
View GitHub Profile
@mrliptontea
mrliptontea / sublime-text-3-windows-shortcuts.md
Last active March 30, 2024 04:14 — forked from TheShrike/gist:6111200
Sublime Text 3 - Useful Shortcuts (Windows)

Sublime Text 3 - Useful Shortcuts (Windows)

General

Shortcut Description
Ctrl+Shift+P command prompt
Ctrl+Alt+P switch project
Ctrl+P go to file
Ctrl+G go to line
@tylertadej
tylertadej / git-cheatsheet.md
Last active May 29, 2023 01:51
Pro Git commands for Git users

Git Your Act Together

Git Setup

Global settings stored in a system .gitconfig file; view file using $ cat ~/.gitconfig
Single repo settings stored in /.git/config in your project folder
View current configurations in the terminal window
$ git config --list
$ git config <level> --list