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

When CS-CVS should be used?

0 Answers  


Describe how a program can be staged to the changeman package ?

2 Answers   Xansa,


Does Araxis offer floating (network) licences for Merge?

0 Answers  


When vob is created at first time?

0 Answers  


What is impersonation?

2 Answers  






How to manage several different projects under Subversion?

0 Answers   Nike,


How does the Hide Empty Folders command in the folder comparison window work?

0 Answers  


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

2 Answers  


How would you use Version Control on an entire sub-system? And why would this be useful?

0 Answers   Hetero,


Is there a version of Merge for Linux?

0 Answers  


You are working on some changes. At the same time if someone else is working on the same program but with some different changes? How does changeman detects it ? when it detects ??

1 Answers   Xansa,


What is subversion?

5 Answers   IBM,


Categories