Skip to content

Instantly share code, notes, and snippets.

View m1r4z's full-sized avatar
🏠
Working from home

Zarim m1r4z

🏠
Working from home
View GitHub Profile
@m1r4z
m1r4z / github_commands.txt
Created August 25, 2021 18:38
importants git command
change author name of all commit
------------------------------------------
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='yourname'; GIT_AUTHOR_EMAIL='youremail@example.com'; GIT_COMMITTER_NAME='yourname'; GIT_COMMITTER_EMAIL='youremail@example.com';" HEAD;
let emailDone = false;
let email_address = "*******";
let password = "**********";
let intervalId = setInterval(() => {
console.log("searching.....");
if(!!!emailDone) {
const emailField = document.querySelector("#identifierId");
const emailNextBtn = document.querySelector("#identifierNext button");
let temp1;
console.log(1);
fetch(url)
.then((res) => res.blob())
.then((data) => {
let metadata = {
type: "image/png",
};
temp1 = new File([data], "test.png", metadata);
<VirtualHost *:80>
DocumentRoot "/var/www/html/stellar/public"
ServerName yourdomain.com
<Directory /var/www/html/stellar/public>
AllowOverride All
</Directory>
</VirtualHost>