Примери за използване на Your repository на Английски и техните преводи на Български
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Ecclesiastic
-
Computer
Add the name of your repository.
It's important to note that reflog information is strictly local- it's a log only of what you have done in your repository.
Not all the branches in your repository actually have to be branches of the same project.
You will see the details of your repository.
If you want to back up or clone your repository, copying this single directory elsewhere gives you nearly everything you need.
Do not rebase commits that exist outside your repository.
Do not rebase commits that exist outside your repository and people may have based work on them.
This option isn't on by default because it doesn't work if the commit the patch says it was based on isn't in your repository.
Pull Requests can either come from a branch in a fork of your repository or they can come from another branch in the same repository. .
Also, remember that unused code may build up over time,so schedule another time to revisit and clean up your repository.
You can work with local files,connect your repository to others over a network, and work effectively with others.
With CVS Manager,you can answer critical questions about your repository, such as.
Of course, if you're in your repository and you run git ls-remote origin or whatever remote you want to check, it will show you something similar to this.
If you do a git pull,you will create a merge commit which includes both lines of history, and your repository will look like this.
If you did an import from another system orotherwise find that your repository is much larger than it should be, here is how you can find and remove large objects.
At this point, other users who have SSH-based read access to the/srv/git directory on that server can clone your repository by running.
The git gc command runs“garbage collection” on your repository, removing unnecessary files in your database and packing up the remaining files into a more efficient format.
At this point,other users who have SSH access to the same server which has read-access to the/opt/git directory can clone your repository by running.
Cornerstone integrates all of the features you need to interact with your repository and does so in an elegant and easy-to-use fashion.
For example, if you're using Jenkins to runtests on your codebase, you can enable the Jenkins builtin service integration to kick off a test run every time someone pushes to your repository.
If for some reason you just want to start over,you can also run git reset--hard HEAD, and your repository will be back to the last committed state.
The maintainer can then add your repository as a remote, test your changes locally, merge them into their branch, and push back to their repository. .
You will want to start making changes andcommitting snapshots of those changes into your repository each time the project reaches a state you want to record.
Depending on the workflow used in your repository, it's possible that a sizable percentage of the commits in your log history are just merge commits, which typically aren't very informative.
Both the Hooks andServices integrations can be found in the Settings section of your repository, where we previously looked at adding Collaborators and changing the default branch of your project.
If you were interested in seeing the history of your repository reachable from commit, say, 1a410e, you could run something like git log 1a410e to display that history, but you would still have to remember that 1a410e is the commit you want to use as the starting point for that history.
Search and filter your repositories to find the packages you need.
In your repositories Jungle Treasures will be well and happy.
GitLab gives you complete control over your repositories or projects and allows you to decide whether they are public or private.
SvnX allows you to browse your working copies, spot changes and operate on them butalso to browse logs and revisions of your repositories.