git共201篇
Migrating from GitHub to Gitea-拾光赋

Migrating from GitHub to Gitea

Migrating from GitHub to Gitea,I recently made the move, for a variety of reasons, from a public Github profile to private git infrastructure. One of the solutions I tried was Gite...
kity的头像-拾光赋kity7年前
03415
Rebasing using Git-拾光赋

Rebasing using Git

Rebasing using Git,Today I learned about the incredible functionality of rebasing and amending commits in GitHub. I've always heard about rebasing repositories from classmates but ...
kity的头像-拾光赋kity2年前
04115
Git commit in pure java-拾光赋

Git commit in pure java

Git commit in pure java, 原文链接:Git commit in pure java
kity的头像-拾光赋kity7年前
05015
LGTM Devlog 2: Design Ideas for the game I-拾光赋

LGTM Devlog 2: Design Ideas for the game I

LGTM Devlog 2: Design Ideas for the game I, LGTM (40 Part Series) 1 LGTM Devlog 0: Teaching Git through playing a game 2 LGTM Devlog 1: New Logo, and jumping the gun by buying a do...
kity的头像-拾光赋kity5年前
05015
Unbeatable Tic Tac Toe Game using Minimax-拾光赋

Unbeatable Tic Tac Toe Game using Minimax

Unbeatable Tic Tac Toe Game using Minimax,In order to make the traditional Tic Tac Toe Game unbeatable, it is necessary to create an algorithm that can calculate all the possible m...
kity的头像-拾光赋kity4年前
03115
Parallel features with Git-拾光赋

Parallel features with Git

Parallel features with Git, Summary I worked on two feature at the same time and then merged it with master branch. Just a recap, the project is a cli tool that check healthy links...
kity的头像-拾光赋kity5年前
03215
TIL Remote in Git and TOMLLIB in Python-拾光赋

TIL Remote in Git and TOMLLIB in Python

TIL Remote in Git and TOMLLIB in Python,Today I learned how to use remote branches in git. I practiced this git feature by having a peer work on my txt-to-HTML-converter. They adde...
kity的头像-拾光赋kity2年前
05415
Use git bisect to pinpoint a bug-拾光赋

Use git bisect to pinpoint a bug

Use git bisect to pinpoint a bug,During my work on Maven today, I found a very specific bug. The error message wasn’t that clear, and I couldn’t make a guess what might’ve cause...
kity的头像-拾光赋kity4年前
03115
Pythons on a Battleship (a terminal game)-拾光赋

Pythons on a Battleship (a terminal game)

Pythons on a Battleship (a terminal game),For the past couple of months, I’ve been learning how to code through Codecademy’s Computer Science 101 course path. For my final projec...
kity的头像-拾光赋kity2年前
03315
Looking for developers for 1h paid interviews!-拾光赋

Looking for developers for 1h paid interviews!

Looking for developers for 1h paid interviews!,Hey devs, I'm conducting 1:1 remote research interviews with professional developers to better understand developer workflows and too...
kity的头像-拾光赋kity9天前
04615
如何在idea中,添加JDK?-拾光赋

如何在idea中,添加JDK?

如何在idea中,添加JDK?, 1.打开IntelliJ IDEA软件。 点击【File】,选择【Project Structure】。               ...
Lee的头像-拾光赋Lee5个月前
02915
Refactoring Code & Rewriting Git History-拾光赋

Refactoring Code & Rewriting Git History

Refactoring Code & Rewriting Git History,The easiest way to integrate the branches, as we’ve already covered, is the merge command. It performs a three-way merge between the two l...
kity的头像-拾光赋kity4年前
03215