Git
Git is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.
Here are 14,042 public repositories matching this topic...
-
Updated
Dec 25, 2021 - JavaScript
-
Updated
Dec 28, 2021 - JavaScript
-
Updated
Dec 24, 2021 - JavaScript
The clone command currently requires the url parameter 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 the ref parameter to specify a local-only branch for checkout during cloning.
System information
- node version: v10.13.0
- npm or yarn version: 6.4.1
- OS/version/architecture: gLinux 64-bit (Google-internal, like Debian Testing)
- Applicable nodegit version: v0.23.0 built from source
https://www.nodegit.org/api/tree/ has an example of how to use tree.walk(), but it doesn't mention a critical detail, which is mentioned in an example:
https://github.com
-
Updated
Dec 26, 2021 - JavaScript
-
Updated
Jun 17, 2021 - JavaScript
-
Updated
Dec 29, 2020 - JavaScript
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Oct 17, 2021 - JavaScript
We have this sweet Timeago component that humanizes a timestamp, and then keeps that data up to date.
I did not know about Timeago, when we were making the CommitDetailView and the PullRequestCommitView. It would be good to make those components use Timeago, and also see if there's anywhere else that needs to be cleaned up.
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Jun 29, 2019 - JavaScript
-
Updated
Dec 14, 2019 - JavaScript
-
Updated
Jan 26, 2018 - JavaScript
-
Updated
Sep 6, 2017 - JavaScript
I get the following errror
ENOENT: no such file or directory, open '/Users/niklaas/git/abc/def/.git/worktrees/<name of worktree>/hooks/pre-commit'
when running npx simple-pre-commit inside a git worktree.
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
Bug
Unable to get into entries on the CMS to update my pages due to error page being presented. "TypeError: e.map is not a function"
To reproduce
I log in to Netlify CMS, navigate to pages, click on index and then am presented with the attached screenshot.
What I expect
I would expect to log in, navigate to pages, select the index page and be presented with editable boxes.