Skip to content

Instantly share code, notes, and snippets.

View nikhilasrani's full-sized avatar

Nikhil Asrani nikhilasrani

View GitHub Profile
@nikhilasrani
nikhilasrani / multipleGitProfiles.md
Created May 27, 2022 05:58 — forked from Icaruk/multipleGitProfiles.md
How to have multiple profiles on git

Step 1

Go to your work folder, mine is located at: F:/Work/EnterpriseName/

And then create a .gitconfig-work with the following data:

@nikhilasrani
nikhilasrani / Cleartax.md
Created July 25, 2021 07:19 — forked from foulegg/README.md
Generate a ClearTax capital gains report using the capital gains statement from Kuvera (depends on beautifulsoup4 and openpyxl)

Installing dependencies

This script requires two Python dependencies: beautifulsoup4 and openpyxl. Install them first using pip:

$ pip install beautifulsoup4
$ pip install openpyxl

You might have to use sudo if installing globally.

@nikhilasrani
nikhilasrani / 0-startup-overview.md
Created March 27, 2021 11:39 — forked from dideler/0-startup-overview.md
Startup Engineering notes