You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,5 @@
1
1
# Git.php
2
2
3
-
Author: James Brumond
4
-
Version: 0.1.2
5
-
6
-
Copyright 2013 James Brumond
7
-
Dual licensed under MIT and GPL
8
-
9
3
## Description
10
4
11
5
A PHP git repository control library. Allows the running of any git command from a PHP class. Runs git commands using `proc_open`, not `exec` or the type, therefore it can run in PHP safe mode.
0 commit comments