Skip to content

Commit

Permalink
Add autoSetupRemote
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbarton90 committed Dec 26, 2023
1 parent 13d86af commit 561e2cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/aliases.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#!/bin/sh

# Setup git aliases
git config alias.d 'diff'
git config alias.ds 'diff --staged'
git config alias.st 'status'
git config alias.co 'checkout'
git config alias.br 'branch'
git config alias.s 'status'
git config alias.conf 'config --list --local'

# Setup misc configuration
git config --add --bool push.autoSetupRemote true

0 comments on commit 561e2cc

Please sign in to comment.