How to create a repository? How to import data into it?
Answers were Sorted based on User's Feedback
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 |
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 |
How many separate files do you have under QVCS control for managing the QVCS product itself?
What dependencies does eSvn have?
What tools are used to develop QVCS?
How to create a package in changeman?
When CS-CVS should be used?
Which version control (VC) or software configuration management (SCM) systems work with Merge?
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 ??
What operating systems does Subversion run on?
you have done some changes to a program, how can you compare the existing program( in production) and the adapted ones?.
What is the difference between QVCS-Enterprise, QVCS-Pro and QVCS?
What is impersonation?
How to move a project created by another version-control tool to CS-CVS?