So what happens when you submit a PR, but then you want to change it? After reviewing my proposed changes from my last post, it was decided that I should take a different approach. The changes I needed to make weren’t substantial, and were in the same spirit as the initial PR, so I decided that updating made more sense then starting over. All you have to do is update the code and push another commit to the branch. Let’s assume we’ve made the changes we want to our code again. Let’s verify that Git sees these updates…
Yep – Looks good so far. Now we need to add these files to the commit just like last time…
git add .
So now the files are ready to be committed, let’s go ahead and make a commit…
git commit -m "Updated the ENV variables and the way they are set"
Perfect – So now let’s check and see if our remote (GitHub) is still defined…
All looking good – So now all we need to do is push the commit…
git push -u origin fluentd-elasticsearch-kibanafix
Let’s go check out our PR Continue reading
How much of an Ethernet switch product is custom made by the vendor and how much is commodity components selected and assembled into a closed vendor solution ?
The post Commodity Manufacture is the Majority of Switch Products appeared first on EtherealMind.
I drew up this diagram to explain how I see four different categories of Ethernet switches emerging in to the market.
The post Four Different Types of Ethernet & Whitebox Products appeared first on EtherealMind.
In this featured video from Brocade, we learn more about how an innovative SDN lab at Marist College is helping researchers create a more secure cloud through orchestration and virtualization.
SDxCentral recently talked to SDN Essentials founder and CTO Doug Marschke about his company’s work with NEC and the state of the SDN market today.