Sunday, July 21, 2013

Removing .swp files in Git

I am still having a problem doing my pull request. 
I deleted the .swp files using the rm *.swp in both my jdlink branch and the source branch just in case. My git log shows that I did

jen@cinquecento:~/Desktop/railsgirls/rgsocbundler.github.io$ git diff d8e7 ad76
diff --git a/source/.2013-06-30-hello-world.html.markdown.swp b/source/.2013-06-30-hello-world.htm
deleted file mode 100644
index b542810..0000000
Binary files a/source/.2013-06-30-hello-world.html.markdown.swp and /dev/null differ
diff --git a/source/.2013-07-16-week1-day1.html.markdown.swp b/source/.2013-07-16-week1-day1.html.
deleted file mode 100644
index 13229d4..0000000
Binary files a/source/.2013-07-16-week1-day1.html.markdown.swp and /dev/null differ
diff --git a/source/.index.html.erb.swp b/source/.index.html.erb.swp
deleted file mode 100644
index 3089049..0000000

Actually I just noticed that this says that here I am on the source branch but I also definitely deleted the .swp files on my jdlinks branch. I think it's a problem with my pull request.

No comments:

Post a Comment