mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat(branch): add more bindings and api methods (#13)
This commit is contained in:
parent
a3f2dcc211
commit
33d2750d38
8 changed files with 356 additions and 17 deletions
|
@ -3,7 +3,10 @@
|
|||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
editor = vim
|
||||
editor = vim
|
||||
[remote "origin"]
|
||||
url = git://github.com/SkinnyMind/libgit2dart.git
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
[branch "master"]
|
||||
remote = origin
|
||||
merge = refs/heads/master
|
||||
|
|
1
test/assets/testrepo/.gitdir/refs/remotes/origin/master
Normal file
1
test/assets/testrepo/.gitdir/refs/remotes/origin/master
Normal file
|
@ -0,0 +1 @@
|
|||
821ed6e80627b8769d170a293862f9fc60825226
|
Loading…
Add table
Add a link
Reference in a new issue