How to create a repository? How to import data into it?
Answer Posted / guest
You can create a new repository on your personal account or
any organization account where you have sufficient permissions
on github:
1.In your user bar at the top right of any page, click the
"Create a New Repo" button
2.Select the account you wish to create the repo on.
3.Enter a name, select to make the repo either public or
private and click "Create repository".
To import(clone) data from github repository to in your
system, run the command on git teminal or terminal.
>>> git clone git@github.com:user_name/repo_name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between configuration management tool and version control tool?
How to make Merge to just show the changes between files?
What is impersonation?
What is the difference between a Change and a Conflict?
What are all the HTTP methods Subversion uses?
Does tortoise svn a version control tool for configuration management tool?
What are the benefits of SCM?
What tools are used to develop QVCS?
How to move a project created by another version-control tool to CS-CVS?
What is the default vob size?
What Problem Management tools are available?
Does QVCS integrate with any IDE?
How does Subversion handle binary files?
How do Merge subscriptions work?
What dependencies does eSvn have?