From a77bde84e2659d9df4899da8a5f31136372398cc Mon Sep 17 00:00:00 2001 From: Benjamin Sanders Date: Fri, 7 Feb 2025 07:33:31 -0500 Subject: initial commit --- _posts/2016-06-19-going-live-with-git.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _posts/2016-06-19-going-live-with-git.md (limited to '_posts/2016-06-19-going-live-with-git.md') diff --git a/_posts/2016-06-19-going-live-with-git.md b/_posts/2016-06-19-going-live-with-git.md new file mode 100644 index 0000000..e882ff9 --- /dev/null +++ b/_posts/2016-06-19-going-live-with-git.md @@ -0,0 +1,26 @@ +--- +layout: post +title: "Going Live With Git" +date: 2016-06-19 +permalink: "/blog/going-live-with-git/" +author: Benjamin Sanders +catagories: git +--- + + +Git is a very cool tool of which I have been using to help me develop this site. As a matter of fact you can go and find all the source code for this current site on my GitHub. Plugs aside I have installed git on my live server and just tried pushing some changes over to it vs my github. I can get used to going live with websites like that I think. haha + +Regardless it’s very handy as I don’t have to keep up a Filezilla window or try using any of the finiky plugins for Sublime Text or Atom to upload files. Plus I have version control with Git so that if I don’t like changes I made I can revert back. Granted I haven’t figured out how to yet but the option should be there somewhere. + +So now let me just outline to you all my new work flow process for writing a post with Jekyll and Git. + + 1. I open a new file in Sublime Text. + 2. Put all the Jekyll Front-Matter in it. + 3. Write the post and edit it to look all sexy + 4. Push it to the server and SHARE! + +That’s about it for now and I’m sure I’ll refine all that later. Also this workflow allows me, as a console geek, to do EVERYTHING in a console window. I love everything about running console commands. <3 + +Till Next Time. + +-Ben Sanders -- cgit v1.2.3