For loop in one bash line
for commit in 12 22 32; do touch $commit && git add $commit && git commit -m "Added $commit" && git tag $commit; done
Written by michał łukasiewicz
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#