Skip to content

Instantly share code, notes, and snippets.

View pgandla's full-sized avatar
:octocat:
I may be slow to respond.

Pradeep Gandla pgandla

:octocat:
I may be slow to respond.
View GitHub Profile
@kawainime
kawainime / awesome-ai-tools.md
Last active August 7, 2025 13:20
awesome-ai-tools
@chrisguest75
chrisguest75 / configure_new_macos.sh
Last active February 12, 2021 07:05
Configure a new Mac
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Notes:
#
# - If installing full Xcode, it's better to install that first from the app
# store before running the bootstrap script. Otherwise, Homebrew can't access
@vimal-verma
vimal-verma / Git-commands.md
Last active August 19, 2025 21:10
A list of Git commands

Git Commands

A list of Git commands

feel free to star this



@jonjack
jonjack / add-update-refresh-github-access-token-on-mac.md
Last active December 11, 2025 22:42
Adding & Updating GitHub Access Token on Mac

Using an Access Token for the first time

Follow the instructions on Github to Create an Access Token in Github

Configure Git to use the osxkeychain

By default, git credentials are not cached so you need to tell Git if you want to avoid having to provide them each time Github requires you to authenticate. On Mac, Git comes with an “osxkeychain” mode, which caches credentials in the secure keychain that’s attached to your system account.

You can tell Git you want to store credentials in the osxkeychain by running the following:-

@ryanlindsey
ryanlindsey / git_plugin.md
Created October 14, 2015 23:55
Git plugin shortcuts for Oh My ZSH
Alias Command
g git
ga git add
gaa git add --all
gapa git add --patch
gb git branch
@LeCoupa
LeCoupa / nodejs-cheatsheet.js
Last active November 24, 2025 23:57
Complete Node.js CheatSheet --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html