Initial commit.
This commit is contained in:
commit
91ad697354
6 changed files with 16 additions and 0 deletions
1
.githooks/gitattributesdb
Submodule
1
.githooks/gitattributesdb
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 32c31576efc71f7a8d02c78cdf7a9a3eabc75deb
|
||||
3
.githooks/post-checkout
Executable file
3
.githooks/post-checkout
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
3
.githooks/post-merge
Executable file
3
.githooks/post-merge
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
3
.githooks/pre-commit
Executable file
3
.githooks/pre-commit
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule ".githooks/gitattributesdb"]
|
||||
path = .githooks/gitattributesdb
|
||||
url = https://github.com/tadgy/gitattributesdb.git
|
||||
3
README
Normal file
3
README
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Dotfiles for users are stored in separate branches.
|
||||
|
||||
Use 'git checkout <branch>' to switch to that users dotfiles.
|
||||
Loading…
Add table
Add a link
Reference in a new issue