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
Does Araxis offer floating (network) licences for Merge?
How does the Hide Empty Folders command in the folder comparison window work?
How does Subversion handle binary files?
What's a 'baton'?
When CS-CVS should be used?
What operating systems does Subversion run on?
What is eSvn?
What are the system requirements for Merge?
Tell me what configuration management tools are available?
What role do you see for the use of authentication processes such as digital signatures in helping to maintain version control?
How to submit a patch for Subversion?
What is impersonation?
How many additional groups can be added in vob?
Explain impersonation?
How to make Merge to just show the changes between files?