2 lines
109 B
Bash
Executable file
2 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
git log --format="%at%x09%s" --author="barakmich" | ptw import --client="git" --source="Git Log"
|