vcs
Here are 272 public repositories matching this topic...
-
Updated
Feb 4, 2022 - Python
When opening git-cola, you are presented with a selection of folders you have previously opened in git-cola. There does not appear to be a way to remove these from within the GUI.
-
Updated
Oct 26, 2020
HttpApiExceptionHandler is annotated to many HTTP services.
https://github.com/line/centraldogma/blob/f4ddd67f2147457e28291fae03839d73f0e18571/server/src/main/java/com/linecorp/centraldogma/server/internal/admin/service/RepositoryService.java#L71-L72
https://github.com/line/centraldogma/blob/f4ddd67f2147457e28291fae03839d73f0e18571/server/src/main/java/com/linecorp/centraldogma/server/internal
-
Updated
Dec 27, 2021
It should be very easy to implement a command that shows the diff between two commits after rebasing the first command to the second commit's parent(s). This would be useful as part of jj obslog -p/--diff output (that command doesn't accept such a flag yet). (Mercurial's hg obslog -p currently gives up when a commit has been rebased.)
-
Updated
Feb 9, 2022 - Go
-
Updated
Feb 10, 2022 - Python
-
Updated
Jun 16, 2020 - VBA
-
Updated
Dec 20, 2020 - Python
-
Updated
Oct 8, 2021 - PHP
Improve this page
Add a description, image, and links to the vcs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vcs topic, visit your repo's landing page and select "manage topics."
The
clonecommand currently requires theurlparameter to be a URL of the remote repository. However, canonical git allows for local paths to be used when cloning a repository. This becomes an issue when attempting to clone a local-only repository, or using therefparameter to specify a local-only branch for checkout during cloning.