Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Is Version Control more for Software Development or Software Maintenance?

2 Answers  


How does Problem Management relate to Configuration Management?

1 Answers  


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

0 Answers  


you have done some changes to a program, how can you compare the existing program( in production) and the adapted ones?.

3 Answers   EDS,


How to convert an existing CVS repository into a Subversion repository?

0 Answers  


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

0 Answers  


What is eSvn?

2 Answers  


What dependencies does eSvn have?

0 Answers  


What is the difference between configuration management tool and version control tool?

0 Answers  


What is CVS(Control Version System?

2 Answers  


How to submit a patch for Subversion?

0 Answers  


Does Araxis offer floating (network) licences for Merge?

0 Answers  


Categories