Skip to content

Instantly share code, notes, and snippets.

@carlin-q-scott
Created February 17, 2024 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlin-q-scott/417e6eeeecdbcc29edd2f546c7faaf86 to your computer and use it in GitHub Desktop.
Save carlin-q-scott/417e6eeeecdbcc29edd2f546c7faaf86 to your computer and use it in GitHub Desktop.
WSL2 Bash Extensions
echo "setting alias clip-branch to copy the current git branch to the Windows clipboard"
echo "alias clip-branch='git rev-parse --abbrev-ref HEAD | tr -d '\n' | clip.exe'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment