Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Smilansky committed Dec 4, 2013
1 parent 23accad commit 3a9b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levels/delete_branch.rb
Expand Up @@ -6,7 +6,7 @@
FileUtils.touch("README")
repo.add "README"
repo.commit_all("Initial commit")
repo.branch("delete_me")
repo.head("delete_me")
end

solution do
Expand Down

0 comments on commit 3a9b9ca

Please sign in to comment.