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,377 public repositories matching this topic...
Currently:
Undo local changes with the last content in head
git checkout -- <file_name>
Should be:
Undo local changes with the content in index(staging)
git checkout -- <file_name>
Reference: https://git-scm.com/docs/git-checkout
Examples: git checkout hello.c
restore hello.c from the index
It probably wasn't designed for mobile usage but it does work... Kind of. It works but you can only traverse the history by tapping on either edge side of the top bar.
Using Firefox mobile
Hi folks many thanks for your great work.
Describe the bug
Date and datetime can be improperly persisted.
To Reproduce
- Add the following section to a config file
- name: test
label: Tests
create: true
folder: "content/_tests"
fields:
- name: title
widget: string
- name: date
widget: date
format: YYYY-MM-root@syzoj-test-vm:~/syzoj-ng-app# commitizen init cz-conventional-changelog --yarn --dev --exact
Attempting to initialize using the npm package cz-conventional-changelog
yarn add v1.19.0
[1/4] Resolving packages...
[2/4] Fetching packages...
error Incorrect integrity when fetching from the cache
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
root@
It would be great if I could run brew install ungit on OSX. This would install a plist which would automatically start ungit on login.
More resources:
- https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md
- https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md
- https://github.com/FredrikNoren/ungit/wiki/Startup-Script-for-Mac-OS-X
Thank
The README.md contains a lot of advanced config examples for functional tasks. We should probably add some basic ones as well:
'*.js': ['eslint']<- fail when eslint finds issues issues'*.js': ['eslint --fix', 'git add']<- automatically fix eslint issues, and add to commit'*.js': ['prettier --list-different']<- fail when prettier finds issues- `'*.js': ['prettier --write
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
Package
conventional-recommended-bump
Error
Error: Unable to load the "angular" preset package. Please make sure it's installed.
Description
Getting this error when using the package as an npm script OR the Node API and a preset of Angular. The package works when installed globally and run using the CLI.
Steps to Reproduce
- Clone this repo: https://github.com/jim
Issue
In v7.1.0:
When you declare a custom file in bumpFiles standard-version will no longer update normal package.json, composer.json, lockfiles, etc. declared in the defaults.
This is fine (I don't think this is a bug because maybe you don't want it to bother with the defaults), but I think it should be mentioned in the documentation that when you do declare bumpFiles in your c
-
Updated
May 18, 2020 - JavaScript
Sometimes I want to run this from the command line. It usually happens when I don't commit to the repo constantly and then I want to generate pretty diffs for a bunch of sketch files at once. This could also potentially allow people to use it as a pre-commit hook.
If you think it's useful, I can take a crack at adding some documentation into docs/ and try to get it to read from the preference
-
Updated
May 8, 2020 - JavaScript
Missing hooks
There are two git hooks that we're missing from https://git-scm.com/docs/githooks.
Opening up an issue so we can track it.
-
Updated
Mar 25, 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
The add operation should create the .git/index file if it doesn't already exist.
It is due to this call from the WorkingUtils.add function:
https://github.com/SamyPesse/gitkit-js/blob/master/lib/models/workingIndex.js#L82-L94
-
Updated
Sep 6, 2017 - JavaScript
-
Updated
Apr 29, 2020 - JavaScript
Currently the runner creates an empty files in docs/ when there is no @public in the JSDoc comment (e.g. or no comments at all in the .js file).
-
Updated
Jul 22, 2019 - 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
Is there any place to read about "edge" setup with Yarn 2 and pure PnP project?
It seems like everything in my side is installed as recommended in various places, still, hooks are not triggered and no any errors provided.
I would be grateful for a clean and precise section in the documentation on how to set up Husky in pure Berry PnP project.