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's a 'baton'?
How to submit a patch for Subversion?
What operating systems does Subversion run on?
Can you uninstall an older version of Merge before installing a newer version or build?
What is impersonation?
What is the default vob size?
How to move a project created by another version-control tool to CS-CVS?
What is the difference between the Standard and Professional Editions of Merge?
What's the best way to find out more about the capabilities of QVCS?
Does tortoise svn a version control tool for configuration management tool?
What is eSvn?
How would you use Version Control on an entire sub-system? And why would this be useful?
Can we use Merge to compare and synchronize local files with those on a web or FTP site?
What is the recommended way to use three-way file merging?
What is the difference between a Change and a Conflict?