* core workflows of git - branch, clone, commit, pull, merge, status, log * Rehydrate file system before merge operation * Add logic to handle merge conflict for merge and pull flow * Add defaultBranch to listBranch API * Add Unit tests for git commands * Upgrade JGit dependencies to fix the security issue * Git command tests * Revert unwanted changes and update delete application flow * Disable git feature until the FE changes are merged Co-authored-by: Abhijeet <ABHI.NAGARNAIK@GMAIL.COM>
3 lines
84 B
Bash
Executable File
3 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
exec java -Djava.security.egd="file:/dev/./urandom" "$@" -jar server.jar
|