🎯
Focusing
Full stack developer: React, React Native, Python(Flask, Django). IoT development. Agri focused tech.
- Nairobi
- http://brian.co.ke
- @brianbirir
Pinned Loading
-
-
Git Squash Rebase
Git Squash Rebase 1#!/bin/sh
23# Squash rebase all the commits in your working/feat. branch in one line against a base branch:
4# git cherry -v base_branch | wc -l | awk '{print $1} gets the number of commits from the start of your branch
5git rebase -i HEAD~$(git cherry -v base_branch | wc -l | awk '{print $1}')
-
Python Date Time Resources
Python Date Time Resources 1# Resource Links for Python DateTime
23https://www.guru99.com/date-time-and-datetime-classes-in-python.html
45https://www.saltycrane.com/blog/2008/06/how-to-get-current-date-and-time-in/
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.