Skip to content

Commit 6dabb51

Browse files
committed
initial commit to define .gitfile schema
0 parents  commit 6dabb51

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
gitfile:
2+
source: "https://github.com/Bobonium/gitfile.git"
3+
path: ~/workspace/github/bobonium/
4+
version: master

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

gitfile.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
5+
cat .gitfile

0 commit comments

Comments
 (0)