Skip to content

Instantly share code, notes, and snippets.

View mucahidkambur's full-sized avatar
🎯
Focusing

Mücahid KAMBUR mucahidkambur

🎯
Focusing
View GitHub Profile
@mucahidkambur
mucahidkambur / git.config
Last active March 25, 2020 19:55
git last 10 branch command
lastbranches = for-each-ref --sort=-committerdate --count=10 refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(color:magenta)%(authorname) %(color:reset)(%(color:green)%(committerdate:relative)%(color:reset))'
import android.arch.persistence.room.ColumnInfo;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.PrimaryKey;
@Entity(tableName = "uye_tablo")
public class Uye {
@PrimaryKey(autoGenerate = true)
private int id;
private String isim;