0 votes
in Git Slack Integration by
How can you create a repository in Git?

1 Answer

0 votes
by

In Git, to make a storehouse, make an index for the undertaking on the off chance that it doesn’t exist, and after that run order “git init”. By running this order .git index will be made in the task registry, the catalog does not should be empty. 

...