Fast-forward merge
λ git checkout master
Switched to branch 'master'λ git merge new
Updating a37231a..e84601c
Fast-forward
newfile.py | 1 +
1 file changed, 1 insertion(+)
create mode 100644 newfile.pyλ git log --oneline
e84601c (HEAD -> master, new) Added new file
a37231a Revert "Added another file"
35ac407 Added another file
ee7ebbd Print out the std dev
b1e55d3 Print out the mean
c96c526 First commitLast updated