zsh Custom Prompt
export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%~%{%} $(git_prompt_info)'
export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%~%{%} $(git_prompt_info)'
1. Clone from svn git svn init https://140.122.66.77/svn/personnel_matters --trunk=PrivLib --branches=MavenizeProjects/{PrivLib} PrivLib 2. Setting the authorsfile git config svn.authorsfile ~/a...
Updating a git mirror of an SVN repository Reviving a git-svn clone 1. Clone from GitHub git clone [github url] cd repo 2. Check Ref git branch -r e.g. origin/HEAD -> origin/feature-...
ChronoUnit.DAYS.between(date1, date2);
@Test public class testNullPointerException { Throwable expectedException = assertThrow(NullPointerException.class, () -> { throw new NullPointerException(); }); assertAll("E...
/abc \(.*defg\)\@!
checkout git svn clone repository_url branch git branch hotfix pull from remote git svn rebase push to remote git svn dcommit
Need to specify the first argument to show all history: history 0
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>3.1.1</version> <executions> <...
ScrollView { VStack { ForEach(0 ..< 20) { i in Color.green .frame(width: 350, height: 200, alignment: .center) .cornerRadius(35) .scrollTransit...