Git solves this problem.“Most operations in Git only need local files and resources to operate…”
JavaScript code
function test() {
console.log("test");
}
C# code
using System;
public class Circle
{
private double radius;
public Circle(double radius)
{
this.radius = radius;
}
public double Radius
{
get { return this.radius;}
set { this.radius = value;}
}
public double ComputeArea()
{
return Math.PI * Math.Pow(radius, 2);
}
}
jboyflaga2.blogspot.com. Yes! With a “2” at the end. It sounds unprofessional.
You also want to move your blog to GitHub Pages? Check out this tutorial: Build A Blog With Jekyll And GitHub Pages by Barry Clark.