How to create a repository? How to import data into it?

Answers were Sorted based on User's Feedback



How to create a repository? How to import data into it?..

Answer / guest

creating github repository in on local system:

1. First select the path where you want to create repo
EX : user_name/repo_name (any name)
2. Go to that path cd user_name/repo_name (enter)
3. Second run the below mentioned command on terminal
git init
4.your local reposotory is ready.

Is This Answer Correct ?    0 Yes 0 No

How to create a repository? How to import data into it?..

Answer / 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

More Version Control AllOther Interview Questions

Tell me is version control more for software development or software maintenance?

0 Answers  


What are the benefits of SCM?

0 Answers  


What is checkout ?

10 Answers   CarrizalSoft Technologies, Xansa,


What Problem Management tools are available?

0 Answers  


How does Subversion handle binary files?

0 Answers  






Is there a version of Merge for Linux?

0 Answers  


What tools are used to develop QVCS?

0 Answers  


What role do you see for the use of authentication processes such as digital signatures in helping to maintain version control?

0 Answers  


How many separate files do you have under QVCS control for managing the QVCS product itself?

0 Answers  


What is configuration management?

6 Answers   CTS,


1)what is the difference b/w configuration management tool and version control tool? 2)Does TortoiseSVN a version control tool or configuration management tool?

2 Answers  


What is CVS(Control Version System?

2 Answers  


Categories