6 lines
235 B
Bash
Executable File
6 lines
235 B
Bash
Executable File
#!/bin/bash
|
|
|
|
printf 'https://username:PERSONAL_ACCESS_TOKEN@github.com/username/project.git\n'
|
|
printf 'git push https://username:PERSONAL_ACCESS_TOKEN@github.com/username/project.git\n'
|
|
printf 'token: avatar, settings, applications\n'
|