Skip to content

Instantly share code, notes, and snippets.

View bzvestey's full-sized avatar
😎
Developing

Bryan Vestey bzvestey

😎
Developing
View GitHub Profile

Set the current session's CWD to the current panes path via the in tmux command pane.

:attach-session -t . -c '#{pane_current_path}'

Keybase proof

I hereby claim:

  • I am bzvestey on github.
  • I am bzvestey (https://keybase.io/bzvestey) on keybase.
  • I have a public key ASDasFdTcRX9rYpta6IsYFC77zH1FvHBv9q86zx1Ogp1SQo

To claim this, I am signing this object:

#!/usr/bin/env bash
# Just a list of git commands I want to keep around.
# pull out log statements with files and modification state
git log --simplify-merges --name-status <start range>..<end range>
# Get number of lines in a git repo
git ls-files | xargs wc -l
# checkout remote branch
@bzvestey
bzvestey / .gitignore
Last active August 29, 2015 14:13 — forked from adamgit/.gitignore
#########################
# .gitignore file for Xcode4 and Xcode5 Source projects
#
# Apple bugs, waiting for Apple to fix/respond:
#
# 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation?
#
# Version 2.3
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#