git branch
- List all local branches.
git branch -a
- List remote and local branches.
git checkout -b branch_name
- Create a local branch and switch to it.
git checkout branch_name
- Switch to an existing branch.
git push origin branch_name
- Push branch to remote.
git branch -m new_name
- Rename current branch.
git branch -d branch_name
- Delete a local branch.
git push origin :branch_name
- Delete a remote branch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
// simple express server | |
var express = require('express'); | |
var app = express(); | |
var router = express.Router(); | |
app.use(express.static('public')); | |
app.get('/', function(req, res) { | |
res.sendfile('./public/index.html'); |
A bunch of different animation effects for the Magnific Popup
A Pen by Dmitry Semenov on CodePen.
I hereby claim:
- I am tutq8118 on github.
- I am tutq8118 (https://keybase.io/tutq8118) on keybase.
- I have a public key ASAWS9f5egCRGTcEt84je1Xo_aGUyM_KYTi8lGFYGr_T1go
To claim this, I am signing this object: