Skip to content

uckelman-sf/dfxml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFXML tools

python/ - tools in Python
src/    - tools in C

================================================================
To get back on master:


Summary:
$ git checkout -b newbranch
$ git checkout master
$ git merge newbranch
$ git branch -d newbranch

or:

$ git checkout -b tmp  ; git checkout master ; git merge tmp ; git branch -d tmp ; git push git@github.com:simsong/dfxml.git master

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.7%
  • C++ 10.9%
  • Shell 6.2%
  • M4 2.3%
  • Other 0.9%