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 1,521 public repositories matching this topic...
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 6, 2020 - JavaScript
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
Sep 5, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Sep 9, 2020 - 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
Jun 29, 2019 - JavaScript
-
Updated
Dec 14, 2019 - JavaScript
-
Updated
Jan 26, 2018 - JavaScript
-
Updated
Sep 6, 2017 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
Which will behave like that
let settings = await prettyConfig('rollup', { configFiles })
if (!settings) {
settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)instead of above we can hide it to look like that
const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })
if (!settings) {
console.log('no config file-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
Hacktoberfest 2019
Hacktoberfest is approaching, and so are your chances to get a free tee from Digital Ocean and DEV!
Start contributing to Open-Source by making your first Pull Request at https://www.gitstart.tech
P.S.: To win an official limited edition Hacktoberfest shirt, you must sign up on the Hacktoberfest site: https://hacktoberfest.digitalocean.com and make **four pull requests (PRs) on
Created by Linus Torvalds
Released April 7, 2005
- Organization
- git
- Website
- git-scm.com
- Wikipedia
- Wikipedia
Hacktoberfest
Oct 1 - 31, 2020 β’ Online
We use
redux-optimistonly for the editorial workflow which is inconsistent with the rest of the codebase, and makes the code more complicated.Also, that package is no longer maintained.
We should remove it as unless we can think of a major benefit it produces.