#!/bin/bash rm -f first.txt second.txt 2> /dev/null echo "un" > first.txt echo "deux" > second.txt git add first.txt