Skip to content

Instantly share code, notes, and snippets.

View adithya321's full-sized avatar
🏠
Working remotely

Adithya Jayasankar adithya321

🏠
Working remotely
View GitHub Profile
@adithya321
adithya321 / git pushall
Created September 21, 2018 10:30
To make a git alias for pushall #git
git config --global alias.pushall '!git remote | xargs -L1 git push --all'
{
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
}
defaults write -g ApplePressAndHoldEnabled -bool false
> **Info** Info
> **Note** Note
> **Tag** Tag
> **Comment** Comment
> **Hint** Hint
> **Success** Success
> **Warning** Warning
> **Caution** Caution
> **Danger** Danger
> **Quote** Quote
git config --global alias.pushall '!git remote | xargs -L1 git push --all'
python -m SimpleHTTPServer 8072