- Untracked files won't show up if hidden. To audit, temporarily re-enable with
gh status --untracked-files=normal. - Have to convert submodule paths in
.gitmodulesto relative paths.
- Create a script called
ghand put it in your PATH,
| #cloud-config | |
| # Set the hostname for this machine (takes precedence over hostname assigned by DHCP lease). | |
| hostname: myhost | |
| # Authorize SSH keys for the `rancher` sudoer user | |
| ssh_authorized_keys: | |
| - ssh-rsa AAA...ZZZ example1@rancher | |
| { | |
| "mode": "all", | |
| "autoStart": true, | |
| "refreshRate": 100, | |
| "elements": | |
| [{ | |
| "name": "space", | |
| "enabled": false, | |
| "pattern": "\\s", | |
| "style": { |
| // Based on the lilyterm config, | |
| // https://github.com/chriskempson/tomorrow-theme/blob/0e0d35ac303f99b8aa182091ebeaee81cf2183a0/lilyterm/default.conf#L482-L497 | |
| // https://github.com/giraj/solarized-crosh | |
| term_.prefs_.set('environment', { TERM: "xterm-256color" }) | |
| term_.prefs_.set('foreground-color', '#c5c8c6') | |
| term_.prefs_.set('background-color', '#1d1f21') | |
| term_.prefs_.set('cursor-color', '#aeafad') | |
| term_.prefs_.set('color-palette-overrides',[ | |
| "#000000", | |
| "#912226", |
I hereby claim:
To claim this, I am signing this object:
.1pif into a pass store, 1password2pass..1pif file; maybe because mine is an older version?pass, Password Store.pass, PassFF.[Others][mf_mocks] have defined four types of test doubles which are often colloqually referred to as mocking, mock objects, etc.
| diff --git a/pom.xml b/pom.xml | |
| index 20c90d9..e496549 100644 | |
| --- a/pom.xml | |
| +++ b/pom.xml | |
| @@ -22,11 +22,11 @@ limitations under the License. | |
| <groupId>com.googlesource.gerrit.plugins.singleusergroup</groupId> | |
| <artifactId>singleusergroup</artifactId> | |
| <packaging>jar</packaging> | |
| - <version>1.0-SNAPSHOT</version> | |
| + <version>1.0</version> |
| diff --git a/tools/maven/fake_pom.xml b/tools/maven/fake_pom.xml | |
| index a531200..7388785 100644 | |
| --- a/tools/maven/fake_pom.xml | |
| +++ b/tools/maven/fake_pom.xml | |
| @@ -22,6 +22,10 @@ | |
| </build> | |
| <pluginRepositories> | |
| <pluginRepository> | |
| + <id>gerrit-maven</id> | |
| + <url>https://gerrit-maven.commondatastorage.googleapis.com</url> |
| diff --git a/github-oauth/pom.xml b/github-oauth/pom.xml | |
| index f3acf76..3263ac3 100644 | |
| --- a/github-oauth/pom.xml | |
| +++ b/github-oauth/pom.xml | |
| @@ -65,7 +65,7 @@ limitations under the License. | |
| <dependency> | |
| <groupId>com.google.gerrit</groupId> | |
| <artifactId>gerrit-plugin-api</artifactId> | |
| - <version>${project.version}</version> | |
| + <version>2.8</version> |