Create Git client #2

Closed
opened 2023-03-08 01:29:39 -05:00 by snedadah · 0 comments
Owner

Create a new file gitClient and create some functions which allow the following functionality:

cloneRepo (clones a repo, to a temperary directotry)
pushRepo (takes a path to a git repo and pushes)
commmit (takes a path to a git repo and commits all changes the repo)

These functions will do these things by calling commands (such as git push, git clone etc.)

You'll also have to figure out the best way to create a tmp directy in NodeJs.

Create a new file `gitClient` and create some functions which allow the following functionality: cloneRepo (clones a repo, to a temperary directotry) pushRepo (takes a path to a git repo and pushes) commmit (takes a path to a git repo and commits all changes the repo) These functions will do these things by calling commands (such as `git push`, `git clone` etc.) You'll also have to figure out the best way to create a tmp directy in NodeJs.
tcsrikan was assigned by snedadah 2023-03-08 20:37:16 -05:00
tcsrikan added a new dependency 2023-03-18 17:44:38 -04:00
dlslo closed this issue 2024-02-04 17:43:03 -05:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
#11 gitClient
www/Eventer
Reference: www/Eventer#2
No description provided.