Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Scstechr committed Mar 1, 2018
0 parents commit a24a413
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# USEFUL TOOLS
11 changes: 11 additions & 0 deletions comm.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from os import system
from sys import argv
import pathlib
from subprocess import checkout

def getCurrentBranch(gFolder):
'''
Returns current branch name
'''
s = checkout('git branch').decode('utf-8').

0 comments on commit a24a413

Please sign in to comment.