mirror of
https://github.com/openshift/openshift-ansible-contrib.git
synced 2026-02-05 09:45:58 +01:00
10 lines
123 B
Bash
Executable File
10 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git fetch origin master:master
|
|
|
|
echo Modified files:
|
|
git --no-pager diff --name-only master
|
|
echo ==========
|
|
|
|
|