vcs
Here are 290 public repositories matching this topic...
-
Updated
Jun 29, 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.
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
Jun 29, 2022 - CSS
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
May 31, 2022 - Go
-
Updated
Jun 9, 2022 - Kotlin
-
Updated
Jun 2, 2022
-
Updated
Mar 25, 2022 - Python
-
Updated
Jul 1, 2022 - Go
-
Updated
Mar 23, 2022 - Python
-
Updated
Jun 16, 2020 - VBA
-
Updated
Dec 20, 2020 - Python
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.