mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-17 16:21:06 +02:00
init branch
This commit is contained in:
parent
e671684e9a
commit
e8357a9b64
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ var CommandLineActions = {
|
|||
importantfuncition: function () {
|
||||
console.log("important work");
|
||||
},
|
||||
secondImportantFunction: function () {
|
||||
console.log("here");
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = CommandLineActions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue