This website works better with JavaScript.
Home
Explore
Help
Sign In
codefeathers
/
mark
mirror of
https://github.com/codefeathers/mark
Watch
1
Star
0
Fork
0
Code
Issues
Releases
Wiki
Activity
✒️
Make a mark as you work.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
2
Branches
0
Tags
27 KiB
Branch:
master
master
wip
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
mark
/
lib
/
commit.js
4 lines
60 B
Raw
Permalink
Normal View
History
[commands] wip
7 years ago
const
commit
=
args
=>
{
//TODO
}
;
module
.
exports
=
commit
;