You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
207B

  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(git init 2>&1 *)",
  5. "Bash(git config user.name *)",
  6. "Bash(git config user.email *)",
  7. "Bash(git add *)",
  8. "Bash(git commit *)"
  9. ]
  10. }
  11. }

Powered by TurnKey Linux.