Skip to content

Instantly share code, notes, and snippets.

View arjdev69's full-sized avatar
😡

ArjJobis arjdev69

😡
View GitHub Profile
@arjdev69
arjdev69 / gitconfig.json
Created August 25, 2021 00:26
Git Config - Setup
[user]
email = bruno96araujo@gmail.com
name = ArjDev69
[core]
editor = code --wait
[push]
followTags=true
[alias]
c = !git add --all && git commit -m
s = !git status -s
@arjdev69
arjdev69 / gist.swift
Created April 21, 2021 00:48
Ios Gist App
//
// SceneDelegate.swift
// GistApp
//
// Created by ArjMaster on 20/04/21.
// Copyright © 2021 ArjMaster. All rights reserved.
//
import UIKit